MinWidth
Specifies a minimum Width for the column, and user can not resize the column below the value.
cs
[DefaultValue(8)] public int MinWidth { get; set; }
Specifies a minimum Width for the column, and user can not resize the column below the value.
[DefaultValue(8)] public int MinWidth { get; set; }